Release 10.1A: OpenEdge Development:
Programming Interfaces
Executing a shared library routine
Use the 4GL
RUNstatement to execute shared library routines. This is the syntax forRUNstatements that execute shared library routines:
You use this statement in virtually the same way as for internal Progress procedures or external procedure files. The only differences are that positional arguments referenced in procedure files by ordinal identifiers ({1}, {2}, etc.) have no meaning for shared library routines (which cannot compile them), and errors returned by shared library routines do not raise the Progress error condition. They might, however, return error messages.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |